projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f974c53
)
docs: fix parameter reference in gtk_bitset_contains()
author
David Lechner
<david@lechnology.com>
Tue, 5 Jan 2021 05:36:19 +0000
(
05:36
+0000)
committer
David Lechner
<david@lechnology.com>
Tue, 5 Jan 2021 17:39:43 +0000
(11:39 -0600)
This fixes an error in the doc comments where the first parameter was
referred to as @bitset instead of @self.
gtk/gtkbitset.c
patch
|
blob
|
history
diff --git
a/gtk/gtkbitset.c
b/gtk/gtkbitset.c
index a248235e58bb82b8853c2d539f88f939ea4e8717..05953391b7f89be7a0f21da61a012695d4e9ec00 100644
(file)
--- a/
gtk/gtkbitset.c
+++ b/
gtk/gtkbitset.c
@@
-107,7
+107,7
@@
gtk_bitset_unref (GtkBitset *self)
* @self: a #GtkBitset
* @value: the value to check
*
- * Checks if the given @value has been added to @
bitset
+ * Checks if the given @value has been added to @
self
*
* Returns: %TRUE if @self contains @value
**/